valid state

英 [ˈvælɪd steɪt] 美 [ˈvælɪd steɪt]

网络  有效状态; 有效; 有效的状态; 正确状态

计算机



双语例句

  1. So, what defines valid state?
    那么,有效状态如何定义?
  2. Specific state models determine the valid values of state and sub states.
    特定状态模型确定状态和子状态的有效值。
  3. Assertions verify pre-conditions and post conditions for an application or module to ensure a valid state.
    断言检查应用程序或模块的前提条件和后续条件,确保它们处于有效的状态。
  4. It either provides information or facilitates a change to business data from one valid and consistent state to another.
    它提供信息或简化业务数据从一个有效的、一致的状态向另一个状态的转变。
  5. Consistency: The application performs valid state transitions at completion.
    一致性(Consistency):应用程序在完成的时候才进行有效状态的转变。
  6. In most part, a valid state is controlled by the validation in our code.
    在大多数情况下,有效状态由代码中的检验控制。
  7. This is actually a state-transition diagram in which each valid state is well-defined, and a specific activity has to be performed in order to move from one state to the next.
    这实际上是一个状态转换图,其中定义了所有有效状态,为了从一个状态转移到下一个状态,必须执行特定的活动。
  8. This places the database into a consistent valid state.
    这会将数据库置于一致的有效状态。
  9. The soconnect() function checks for the valid state of the socket and calls pr_usrreq() with PRU_CONNECT as the request.
    soconnect()函数检查套接字的有效状态,并使用PRUCONNECT作为请求调用prusrreq()。
  10. To not lose the state information for U.S.accounts, define a custom function that returns a valid state value based on the country.
    为了不丢失美国账户的州信息,定义一个自定义的方法,基于国家返回一个有效的州值。
  11. For a given event, you use conditions to determine the new valid state.
    对于一个给定事件,使用各种条件来决定新的有效状态。
  12. The state machine moves from one valid state to the next based on external events it receives.
    状态机根据接收到的外部事件从一个有效状态转移到下一个有效状态。
  13. However, remember that not all operations may be valid for the current state.
    但是,请记住,并不是所有操作都对当前状态有效。
  14. Determines if the operation is valid for the current state.
    确定操作对于当前状态是否有效。
  15. Instead of making a user type in a state code, for example, let him choose from a list of valid state codes or even from a picture of a map.
    例如与其让用户输入州编码,不如让用户从有效的州编码列表或者地图中选择。
  16. The zip code you entered isn't valid for the state you've entered, please change your zip code or state to be correct.
    您输入的邮政编码对于您输入的州是无效的,请更正邮政编码或州名。
  17. Ensure that0is a valid state for value types.
    确保0为值类型的有效状态。
  18. For example, a thread might be interrupted while manipulating some cross-thread data and might not have an opportunity to reset everything to a valid state.
    例如,在处理一些跨线程数据时,某线程可能被中断,并且可能没有机会将一切重置为有效状态。
  19. The server knows about URIs to initiate each of the state changes ( via a POST), but the representation of the VM lists only the URIs for state transitions that are valid from the current state.
    服务器知道URI发起了每次状态改变(通过POST),但是VM的表示只罗列出了由当前状态可以有效转换的那些状态转变的URI。
  20. If you validate the parameters used to construct the object, you know that it is in a valid state from that point forward.
    如果你验证了用来构造一个对象的参数,那么就知道从那之后,该对象处于有效状态。
  21. Drawing Tests: A Valid Instrument for Evaluating Mental State and Interpersonal Function of the Children Suffering Disasters
    绘画测验:评估灾后儿童的心理状态和人际关系功能的有效工具
  22. The conditions of extracting valid state zinc in soil, such as extracting reagents, the ratio of solid phase and liquid phase, and the vibrating time were decide after some experiments.
    对浸取土壤样品中有效态锌的浸取剂、固液比、振荡时间进行了试验,用火焰原子吸收法对浸取液中痕量锌进行了测定。
  23. Always construct objects in a valid state.
    总是构建状态有效的对象。
  24. Extraction and Determination of Valid State Manganese in Soil
    土壤中有效态锰的浸取与测定
  25. The measure method of superabundant torque of the system, the valid method of static state torque and the benchmark of dynamic torque are given by testifying the system's speediness through experiments.
    给出了系统多余转动惯量的测量、静态转矩的校验和动态转矩基准的实验的基本方案。
  26. Because the ideal condition which quantization error has a white power spectrum is never valid on the state of multilevel quantization, the intrinsic low frequency characteristic of image is inflected by the processing of error diffusion only dealed with highpass filter ( error blue shift).
    在多值量化情况下,因量化误差为白噪声的理想条件无法满足,故实施误差扩散处理时仅单纯地进行高通滤波(误差蓝化)将损害图像固有的低频特性。
  27. Political institution means to give a balanced, fair, reasonable and valid explanation to present state and the general layout of scarce resources distribution.
    政治制度是对稀缺资源分配的现状、格局给予均衡、公平、合理、合法的解释的具体化、系统化。
  28. The minimal valid state on every branch is the lower boundary point of the network.
    每个分支上的最小的有效状态就是网络的d-下界点。
  29. According to the constraints of the transitions between states, we encode each state with an unique identifier. Making use of this identifier, we can quickly find its valid previous state and achieve the purpose of pruning the state searching space.
    通过状态之间的转移约束,我们为每个状态进行编码,并利用该状态编码能够快速地找到其合法的转移状态,以此达到搜索空间剪枝的目的,提高解码效率。